﻿2026-07-11T03:08:26.1525458Z ##[group]Run actions/checkout@v5
2026-07-11T03:08:26.1526207Z with:
2026-07-11T03:08:26.1526587Z   repository: SaberMage/spt-core
2026-07-11T03:08:26.1529478Z   token: ***
2026-07-11T03:08:26.1529829Z   ssh-strict: true
2026-07-11T03:08:26.1530192Z   ssh-user: git
2026-07-11T03:08:26.1530559Z   persist-credentials: true
2026-07-11T03:08:26.1530950Z   clean: true
2026-07-11T03:08:26.1531307Z   sparse-checkout-cone-mode: true
2026-07-11T03:08:26.1531733Z   fetch-depth: 1
2026-07-11T03:08:26.1532088Z   fetch-tags: false
2026-07-11T03:08:26.1532448Z   show-progress: true
2026-07-11T03:08:26.1532816Z   lfs: false
2026-07-11T03:08:26.1533150Z   submodules: false
2026-07-11T03:08:26.1533516Z   set-safe-directory: true
2026-07-11T03:08:26.1534212Z ##[endgroup]
2026-07-11T03:08:26.2309914Z Syncing repository: SaberMage/spt-core
2026-07-11T03:08:26.2311394Z ##[group]Getting Git version info
2026-07-11T03:08:26.2312033Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-11T03:08:26.2312968Z [command]/usr/bin/git version
2026-07-11T03:08:26.2313376Z git version 2.43.0
2026-07-11T03:08:26.2322678Z ##[endgroup]
2026-07-11T03:08:26.2334379Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2a576926-8c7c-4c32-8989-4f301f67bb41' before making global git config changes
2026-07-11T03:08:26.2335563Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T03:08:26.2337646Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-11T03:08:26.2368116Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-11T03:08:26.2388751Z https://github.com/SaberMage/spt-core
2026-07-11T03:08:26.2399249Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T03:08:26.2402008Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T03:08:26.2464959Z HEAD
2026-07-11T03:08:26.2495391Z ##[endgroup]
2026-07-11T03:08:26.2496138Z [command]/usr/bin/git submodule status
2026-07-11T03:08:26.2681749Z ##[group]Cleaning the repository
2026-07-11T03:08:26.2684531Z [command]/usr/bin/git clean -ffdx
2026-07-11T03:08:29.6450761Z Removing .adapter-notify/
2026-07-11T03:08:29.6451562Z Removing target/
2026-07-11T03:08:29.6462405Z [command]/usr/bin/git reset --hard HEAD
2026-07-11T03:08:29.6967577Z HEAD is now at 35cae13ed Merge fba81ec78484804b341e5ce726bf3dd9fbddf82f into 706ad88b6d475b4d93bd8e6729a0d9b09f49060a
2026-07-11T03:08:29.6976376Z ##[endgroup]
2026-07-11T03:08:29.6978380Z ##[group]Disabling automatic garbage collection
2026-07-11T03:08:29.6982436Z [command]/usr/bin/git config --local gc.auto 0
2026-07-11T03:08:29.7010700Z ##[endgroup]
2026-07-11T03:08:29.7011253Z ##[group]Setting up auth
2026-07-11T03:08:29.7017811Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-11T03:08:29.7042347Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-11T03:08:29.7274277Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T03:08:29.7298621Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-11T03:08:29.7476843Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T03:08:29.7502856Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-11T03:08:29.7688795Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-11T03:08:29.7719700Z ##[endgroup]
2026-07-11T03:08:29.7720171Z ##[group]Fetching the repository
2026-07-11T03:08:29.7725817Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +35cae13edab658dc4fbb913140ba984774263be0:refs/remotes/pull/84/merge
2026-07-11T03:08:30.2939865Z ##[endgroup]
2026-07-11T03:08:30.2940695Z ##[group]Determining the checkout info
2026-07-11T03:08:30.2942100Z ##[endgroup]
2026-07-11T03:08:30.2946972Z [command]/usr/bin/git sparse-checkout disable
2026-07-11T03:08:30.2987995Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-11T03:08:30.3012406Z ##[group]Checking out the ref
2026-07-11T03:08:30.3021146Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/84/merge
2026-07-11T03:08:30.3077897Z HEAD is now at 35cae13ed Merge fba81ec78484804b341e5ce726bf3dd9fbddf82f into 706ad88b6d475b4d93bd8e6729a0d9b09f49060a
2026-07-11T03:08:30.3082770Z ##[endgroup]
2026-07-11T03:08:30.3120358Z [command]/usr/bin/git log -1 --format=%H
2026-07-11T03:08:30.3145741Z 35cae13edab658dc4fbb913140ba984774263be0
